home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 5-Fonts & Software / Applications / Aldus FreeHand 3.0 / Aldus / PPDs / QUME_470.PPD < prev    next >
Text File  |  1990-06-24  |  10KB  |  301 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Qume ScripTEN" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 47
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 009968 or 010268
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(Qume ScripTEN)"
  19. *PSVersion: "(47.0) 2"
  20. *NickName: "Qume ScripTEN v47.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "963324"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "10"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "50.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "statusdict begin legaltray end"
  103. *PageSize A4: "statusdict begin a4tray end"
  104. *PageSize B5: "statusdict begin b5tray end"
  105.  
  106. *% These entries will set up the frame buffer. Usually used with manual feed.
  107. *DefaultPageRegion: Letter
  108. *PageRegion Letter: "letter"
  109. *PageRegion Legal: "legal"
  110. *PageRegion A4: "a4"
  111. *PageRegion B5: "b5"
  112.  
  113. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  114. *% These errors should be trapped by software and a message displayed
  115. *DefaultPaperTray: None
  116. *PaperTray Letter: "statusdict begin lettertray end"
  117. *PaperTray Legal: "statusdict begin legaltray end"
  118. *PaperTray A4: "statusdict begin a4tray end"
  119.  
  120. *% The following entries provide information about specific paper keywords.
  121. *DefaultImageableArea: Letter
  122. *ImageableArea Letter: "18 19 593 774"
  123. *ImageableArea Legal: "18 19 593 990"
  124. *ImageableArea A4: "10 19 585 823"
  125. *ImageableArea B5: "9 19 507 710"
  126. *?ImageableArea: "
  127.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  128.   newpath clippath pathbbox
  129.   4 -2 roll exch 2 {ceiling cvp} repeat
  130.   exch 2 {floor cvp} repeat flush
  131.  restore
  132. "
  133. *End
  134.  
  135. *% These provide the physical dimensions of the paper (by keyword)
  136. *DefaultPaperDimension: Letter
  137. *PaperDimension Letter: "612 792"
  138. *PaperDimension Legal: "612 1008"
  139. *PaperDimension A4: "595 842"
  140. *PaperDimension B5: "516 729"
  141.  
  142. *DefaultOutputBin: Upper
  143. *DefaultInputSlot: None
  144.  
  145. *DefaultManualFeed: False
  146. *?ManualFeed: "statusdict /manualfeed get
  147.  {(True)}{(False)}ifelse = flush"
  148. *End
  149. *ManualFeed True: "statusdict begin /manualfeed true store end"
  150. *ManualFeed False: "statusdict begin /manualfeed false store end"
  151.  
  152. *DefaultOutputOrder: Normal
  153.  
  154. *DefaultCollator: None
  155. *DefaultSorter: None
  156. *DefaultDuplex: None
  157.  
  158. *% Font Information =====================
  159.  
  160. *DefaultFont: Courier
  161. *Font AvantGarde-Book: Standard "(001.001)"
  162. *Font AvantGarde-BookOblique: Standard "(001.001)"
  163. *Font AvantGarde-Demi: Standard "(001.001)"
  164. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  165. *Font Bookman-Demi: Standard "(001.001)"
  166. *Font Bookman-DemiItalic: Standard "(001.001)"
  167. *Font Bookman-Light: Standard "(001.001)"
  168. *Font Bookman-LightItalic: Standard "(001.001)"
  169. *Font Courier: Standard "(001.004)"
  170. *Font Courier-Bold: Standard "(001.004)"
  171. *Font Courier-BoldOblique: Standard "(001.004)"
  172. *Font Courier-Oblique: Standard "(001.004)"
  173. *Font Helvetica: Standard "(001.001)"
  174. *Font Helvetica-Bold: Standard "(001.001)"
  175. *Font Helvetica-BoldOblique: Standard "(001.001)"
  176. *Font Helvetica-Narrow: Standard "(001.000)"
  177. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  178. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  179. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  180. *Font Helvetica-Oblique: Standard "(001.001)"
  181. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  182. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  183. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  184. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  185. *Font Palatino-Bold: Standard "(001.001)"
  186. *Font Palatino-BoldItalic: Standard "(001.001)"
  187. *Font Palatino-Italic: Standard "(001.002)"
  188. *Font Palatino-Roman: Standard "(001.001)"
  189. *Font Symbol: Special "(001.001)"
  190. *Font Times-Bold: Standard "(001.001)"
  191. *Font Times-BoldItalic: Standard "(001.001)"
  192. *Font Times-Italic: Standard "(001.001)"
  193. *Font Times-Roman: Standard "(001.001)"
  194. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  195. *Font ZapfDingbats: Special "(001.000)"
  196. *?FontQuery: "
  197. save  4 dict begin /sv exch def
  198. /str (fonts/                              ) def
  199. /st2 128 string def
  200. {
  201.   count 0 gt {
  202.     dup st2 cvs (/) print print (:) print
  203.     dup FontDirectory exch known {pop (Yes)}{
  204.      str exch st2 cvs dup length /len exch def
  205.      6 exch putinterval str 0 len 6 add getinterval mark exch
  206.      { } st2 filenameforall counttomark 0 gt {
  207.       cleartomark (Yes)}{cleartomark (No)}ifelse
  208.     }ifelse = flush
  209.   }{ exit } ifelse
  210. } bind loop 
  211. (*) = flush
  212. sv end restore
  213. "
  214. *End
  215.  
  216. *?FontList: "
  217. save  2 dict begin /sv exch def
  218. /str 128 string def
  219. FontDirectory { pop == } bind forall flush 
  220. /filenameforall where { 
  221.  pop save (fonts/*) { 
  222.   dup length 6 sub 6 exch getinterval cvn ==  
  223.  } bind str filenameforall flush restore
  224. } if 
  225. (*) = flush
  226. sv end restore
  227. "
  228. *End
  229.  
  230. *% Printer Messages (verbatim from printer):
  231. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  232. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  233. *Message: "\FontName\ not found, using Courier"
  234.  
  235. *% Status (format: %%[ status: <one of these> ]%% )
  236. *Status: "idle"
  237. *Status: "busy"
  238. *Status: "waiting"
  239. *Status: "printing"
  240. *Status: "warming up"
  241. *Status: "PrinterError: warming up"
  242. *Status: "PrinterError: toner empty"
  243. *Status: "PrinterError: paper entry misfeed"
  244. *Status: "PrinterError: toner collection bottle full"
  245. *Status: "PrinterError: no toner cartridge"
  246.  
  247. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  248. *Source: "serial9"
  249. *Source: "serial25"
  250. *Source: "AppleTalk"
  251. *Source: "Centronics"
  252.  
  253. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  254. *PrinterError: "warming up"
  255. *PrinterError: "toner empty"
  256. *PrinterError: "paper entry misfeed"
  257. *PrinterError: "toner collection bottle full"
  258. *PrinterError: "no toner cartridge"
  259.  
  260. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  261.  
  262. *% Color Separation Information =====================
  263.  
  264. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  265.  
  266. *InkName: ProcessBlack/Process Black
  267. *InkName: CustomColor/Custom Color
  268. *InkName: ProcessCyan/Process Cyan
  269. *InkName: ProcessMagenta/Process Magenta
  270. *InkName: ProcessYellow/Process Yellow
  271.  
  272. *% For 60 lpi / 300 dpi =====================================================
  273.  
  274. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  275. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  276. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  277. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  278. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  279.  
  280. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  281. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  282. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  283. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  284. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  285.  
  286. *% For 53 lpi / 300 dpi =====================================================
  287.  
  288. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  289. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  290. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  291. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  292. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  293.  
  294. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  295. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  296. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  297. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  298. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  299.  
  300. *% end of PPD file for Qume ScripTEN
  301.